Welcome![Sign In][Sign Up]
Location:
Search - harris vc

Search list

[Other resourceImageCodes-Harris

Description: VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
Platform: | Size: 926295 | Author: 赵辉 | Hits:

[Other resourceVC编写的Harris角点检测算法

Description: 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
Platform: | Size: 754023 | Author: 赵辉 | Hits:

[Other resourceHarris Corner

Description: 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a code no memory optimization also had time to release ... but the corner detection is a good result but parameters can be adjusted on December 11, 2005, http : / / contact.ys168.com / bugzhao@sdu.edu.cn
Platform: | Size: 57612 | Author: 赵辉 | Hits:

[Special EffectsHarris

Description: 给出用VC实现的Harris角点提取的程序
Platform: | Size: 2902792 | Author: wuxiao | Hits:

[Special Effectsharris(vc++)

Description: Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。
Platform: | Size: 586680 | Author: 小兔兔牙 | Hits:

[Special EffectsVC++_Harris

Description: 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。
Platform: | Size: 191578 | Author: bin | Hits:

[Graph programVC++点特征提取

Description: Harris算法进行点特征提取
Platform: | Size: 82490 | Author: sstoneluu | Hits:

[AI-NN-PRImageCodes-Harris

Description: VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
Platform: | Size: 925696 | Author: 赵辉 | Hits:

[AI-NN-PRVC编写的Harris角点检测算法

Description: 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
Platform: | Size: 753664 | Author: 赵辉 | Hits:

[AI-NN-PRsusandetector

Description: SUSAN边缘检测及角点检测的vc实现代码,用于静态图象的边缘及角点检测,效果要视具体图象来定-SUSAN edge detection and corner detection of vc achieve code for static images and the edge angle detection, the effect would depend on the specific images to determine
Platform: | Size: 10240 | Author: 李杰 | Hits:

[Special EffectsHarris

Description: 给出用VC实现的Harris角点提取的程序-Given by VC realized Harris Corner Detection procedures
Platform: | Size: 2903040 | Author: wuxiao | Hits:

[Special Effectsharris(vc++)

Description:
Platform: | Size: 598016 | Author: 小兔兔牙 | Hits:

[Special EffectsVC++_Harris

Description: 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。-This procedure VC realize with Harris corner detection algorithm, easy to understand and easy to operate.
Platform: | Size: 3022848 | Author: bin | Hits:

[Special Effectsvc_harris

Description: 用c++编程的,能够实现角点检测,用的方法是Harris方法,效果比较好.-With c++ Programming and corner detection can be achieved, the methodology used is the Harris method, the effect is better.
Platform: | Size: 753664 | Author: 韩坤芳 | Hits:

[Special Effectsharris-matlab

Description: 对harris角点有简单通俗的讲解,用VC++实现角点检测,适合初学者-Harris corner of a simple explanation popular with VC++ Achieve corner detection, suitable for beginners
Platform: | Size: 4324352 | Author: 雷子 | Hits:

[Special EffectsHarris

Description: 程序包含三个点特征提取算子: 1.Forstner点特征提取 2.Harris点特征提取经典算法 3.Harris点特征提取改进算法 利用vc++编程实现,对三种方法提取结果进行比较-Procedures for feature extraction of three-point operator: 1.Forstner point feature extraction feature extraction 2.Harris point 3.Harris point classic feature extraction algorithm to improve the algorithm using vc++ programming on the results of three methods to compare extraction
Platform: | Size: 4003840 | Author: feitian | Hits:

[GDI-BitmapHarris-VC

Description: 图像处理和相机标定中的经典角点提取算法,Harris算法的VC源代码-Image processing and camera calibration in the classical corner-point extraction algorithm, Harris algorithm source code for VC
Platform: | Size: 45056 | Author: railwayboy | Hits:

[Special EffectsHarris-Corner

Description: 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜T型角点准确定位,提高了Harris角点检测算法的检测效率和精度.-Harris corner inspection
Platform: | Size: 36864 | Author: tlcling | Hits:

[Special Effectsharris-vc

Description: harris角点检测vc代码,提供Harris角点检测的推导的步骤和Harris角点的一本教程网址。-harris corner detection vc code, provided the derivation of Harris corner detection steps and Harris corner point of a tutorial site.
Platform: | Size: 31744 | Author: amao | Hits:

[OpenCVharris角点检测

Description: 使用vc++和opencv,进行角点检测(使用常用的Harris角点检测算法)(Using vc++ and opencv,Corner detection(Harris))
Platform: | Size: 957440 | Author: 52杨小贝 | Hits:
« 12 3 4 »

CodeBus www.codebus.net